home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #9 / CD 9 (Black) - 2001.iso / K-CS.dcr / 00026_AdAware venteloop.ls < prev    next >
Encoding:
Text File  |  2001-05-17  |  679 b   |  30 lines

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   cursor(0)
  5.   set BlinkObject to 0
  6.   set the locH of sprite 99 to 780
  7.   set the text of member "SpyCount" to "1"
  8.   set the text of member "FolderCount" to "0"
  9.   set BlinkObjekt to new(script "Blink", 4, 80)
  10. end
  11.  
  12. on exitFrame
  13.   set Bredde to the width of sprite 48
  14.   if Bredde < 284 then
  15.     set the width of sprite 48 to Bredde + 2
  16.     if Bredde > 100 then
  17.       set the visible of sprite 49 to 1
  18.       if Bredde > 200 then
  19.         set the visible of sprite 50 to 1
  20.         set the text of member "SpyCount" to "19"
  21.       else
  22.         set the text of member "Spycount" to "10"
  23.       end if
  24.     end if
  25.     go(#loop)
  26.   else
  27.     go(#next)
  28.   end if
  29. end
  30.